CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - viterbi codes

搜索资源列表

  1. viterbi

    0下载:
  2. 卷积码的译码方法主要有两种:代数译码和概率译码。代数译码是根据卷积码的本身编码结构进行译码,译码时不考虑信道的统计特性。概率译码在计算时要考虑信道的统计特性。典型的算法如:最大似然译码、Viterbi译码、-Convolutional Decoding by two major ways : Decoding algebra, probability and decoding. Decoding is based on algebraic Convolutional Codes itself c
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:8336
    • 提供者:姚中华
  1. viterbi-3.0.1.tar

    0下载:
  2. 这是个关于最常用的卷积码的维特比C程序!!,本人还在完善中,请指教-This is the most commonly used on Convolutional Codes Viterbi C program! ! I also perfected, please enlighten
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:14654
    • 提供者:陆颖佳
  1. hmm.zip

    3下载:
  2. 隐马尔可夫链模型和例程(包括前向、后向算法、Viterbi解码以及为了减少概率数值计算误差编写的对数运算程序),Introduction to Hiden Markov Model and Example Codes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:307785
    • 提供者:冰激凌
  1. viter2

    0下载:
  2. verilog实现卷积码的译码,viterbi算法-verilog to achieve the decoding convolutional codes, viterbi algorithm
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-01
    • 文件大小:7908
    • 提供者:张洪
  1. Viterbidecode

    1下载:
  2. 很好的卷积码译码资料,关键字Viterbi 译码算法,BCJR 译码算法-Good convolutional codes decoding information, keyword Viterbi decoding algorithm, BCJR decoding algorithm
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-30
    • 文件大小:786693
    • 提供者:630053570
  1. viterbi

    3下载:
  2. 实现了卷积码的viterbi译码,软判决和硬判决均可实现,是从英文教学书上抄下来的。-Achieved viterbi decoding of convolutional codes, soft decision and hard decision can be realized, from the English teaching books, copied down.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4908
    • 提供者:roar
  1. ViterbiDecodeK9R12HardDecision

    0下载:
  2. viterbi 硬判决译码,基本实现了(2,1,9)卷积码的硬判决译码,用modelsim RTL仿真通过-hard-decision viterbi decoding, the basic realization of the (2,1,9) convolutional codes hard decision decoding, using modelsim RTL simulation through
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:13031
    • 提供者:maojunling
  1. VITERBI_C_3[1].0.1

    0下载:
  2. This package provides encoders and fast Viterbi decoders for the NASA standard rate 1/2 and rate 1/3 constraint length 7 convolutional codes. -This package provides encoders and fast Viterbi decoders for the NASAstandard rate 1/2 and rate 1/3 con
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-05
    • 文件大小:24032
    • 提供者:hanyu
  1. V

    0下载:
  2. viterbi译码源代码,可以直接调用 The Viterbi decoder for convolutional codes-viterbi decoder source code, can be directly called The Viterbi decoder for convolutional codes
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1545
    • 提供者:mengnan
  1. viterbi

    0下载:
  2. The Viterbi decoder for convolutional codes decoder_output,survivor_state,cumulated_metric]=viterbi(G,k,channel_output)-The Viterbi decoder for convolutional codes decoder_output, survivor_state, cumulated_metric] = viterbi (G, k, channel_output)
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-01
    • 文件大小:1508
    • 提供者:xiaoyuer
  1. viterbi_c

    0下载:
  2. 中卷积码就是一种较好的信道编码方式。这种编码方式同样是把k个信息比特编成n个比特,但k和n通常很小,特别适宜于以串行形式传输信息,减小了编码延时。这里是卷积码的viterbi算法C源代码。 -Of convolutional codes is a better way of channel coding. Such are the same encoding k information bits into n bits, but k and n is usually very small,
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-13
    • 文件大小:1849
    • 提供者:lrc
  1. Viterbi

    0下载:
  2. 高质量Viterbi译码器,用于卷积码译码-High-quality Viterbi decoder for decoding convolutional codes
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-16
    • 文件大小:3782080
    • 提供者:sean_1985
  1. viterbi

    0下载:
  2. 卷积码viterbi译码,c语言版,可执行.-Viterbi decoding convolutional codes, c language version
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:196977
    • 提供者:韩冰
  1. viterbi

    0下载:
  2. This a code for Viterbi algorithm,which is used in the decoding of convolution codes efficiently.-This is a code for Viterbi algorithm,which is used in the decoding of convolution codes efficiently.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-31
    • 文件大小:650
    • 提供者:Gautham
  1. simd-viterbi-2.0.1

    1下载:
  2. 全面的维特比编码,m=7,data rate有1/2以及1/3两种,军实现通过-Viterbi decoding of rate-1/2 and rate-1/3 m=7 convolutional codes
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:215040
    • 提供者:jiaqi yuan
  1. juanjima_and_viterbi

    1下载:
  2. 卷积码和viterbi译码源程序,用MATLAB实现,本人亲自试验过绝对没有错误,希望对大家有用-Convolutional codes and viterbi decoding source code, using MATLAB to achieve, I personally tested absolutely no mistakes, want to be useful to everyone
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:10502
    • 提供者:dreamer
  1. viterbi

    0下载:
  2. This a code generator for some kinds of viterbi decoders. It can generate the synthesiable verilog HDL codes. These have been verified under simulation. The generator itself is released under GPL license but the Verilog HDL codes generated by it is w
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:5358
    • 提供者:Nagendran
  1. viterbi

    0下载:
  2. 关于卷积码的viterbi译码算法,可以自己设定输入的码元-On the viterbi decoding convolutional codes, can be set for the input symbol
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2598
    • 提供者:王威
  1. turbo-viterbi-decode

    0下载:
  2. 主要功能是turbo码的viterbi译码的matlab仿真-Main function is to viterbi decoding turbo codes matlab simulation
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2646
    • 提供者:alex
  1. viterbi

    0下载:
  2. 高效率的viterbi译码,对通信中的卷积码进行译码-Efficient viterbi decoding of communications for decoding convolutional codes
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:1903
    • 提供者:顾冰
« 12 3 4 5 6 »
搜珍网 www.dssz.com